@charset "utf-8";
.common-nav-wrap {
    background: #222;
    height: 100px;
    display: flex;
    justify-content: space-between
}

.common-nav-wrap .logo-area {
    flex: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.common-nav-wrap .nav-area {
    flex: 5.3;
    display: flex;
    justify-content: center;
    align-items: center
}

.common-nav-wrap .nav-area a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 50px
}

.common-nav-wrap .nav-area a.active, .common-nav-wrap .nav-area a:hover {
    color: #87a564
}

.common-nav-wrap .nav-area a:last-of-type {
    margin-right: 0
}

.common-nav-wrap .search-area {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 24px;
}

.common-nav-wrap .search-area input[type=text] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding-right: 30px
}

.common-nav-wrap .search-area input[type=submit] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /*background: url(../images/icon-search1.png) no-repeat center;*/
    width: 20px;
    height: 20px;
    border: none;
}

.common-nav-wrap .lang-area {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
    padding-left: 35px
}

.common-nav-wrap .lang-area a {
    display: inline-block;
    width: 36px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    margin-right: 7px;
}

.common-nav-wrap .lang-area a.active {
    background: #fff;
    color: #b9a592;
    cursor: default
}

.swiper-container-index1 {
    bottom: 1rem;
    /*padding-bottom: 4rem*/
}

.swiper-container-index1 .swiper-slide img {
    width: 100%
}

.swiper-container-index1 .swiper-pagination-index1 {
    bottom: 1rem
}

.swiper-container-index1 .swiper-pagination-index1 .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    /*opacity: 1;*/
    background: #000;
    margin: 0 0.7rem;
    outline: none;
    /*border: 0.2rem solid rgba(255,255,255,0.1);*/
}

.swiper-container-index1 .swiper-pagination-index1 .swiper-pagination-bullet-active {
    background: #000;
    border: 0.4rem solid rgba(255,255,255,0.6);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/left.png");
    background-size: 100%;
    top: unset;
    left: 2rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/right.png");
    background-size: 100%;
    top: unset;
    right: 2rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
}

.index-model1 {
    width: 1920px;
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
    position: relative;
    padding-bottom: 1rem;
    background: transparent url("../images/index-about-bg.png") center no-repeat;
}

.model1-content {
    /*border: 1px solid #dadada;*/
    position: relative;
    z-index: 2;
    width: 1265px;
    margin: auto;
    max-width: 100%;
    padding: 3rem 15px 1rem;
    text-align: center
}

.model1-content h3 {
    font-size: 3rem;
    line-height: 3.2rem;
    /*color: rgb(18, 12, 255);*/
    color:#F09F34;
}

.model1-content h4 {
    font-size: 1.5rem;
    color: rgb(85, 85, 85);
    line-height: 1.7rem;
    margin-top: 1rem;
}

.model1-content h5 {
    font-size: 1.5rem;
    /*color: rgb(18, 12, 255);*/
    color:#F09F34;
    line-height: 1.7rem;
    margin-top: 0.5rem;
}

.model1-content .model1-nums {
    margin-top: 3rem;
}

.model1-content .model1-nums .item {
    border-right: solid 1px #ccc;
    margin-bottom: 1rem;
}

.model1-content .model1-nums .fix {
    padding-left: 2rem
}

.model1-content .model1-nums .item p:nth-child(1) {
    font-size: 4.16rem;
    /*color: rgb(18, 12, 255);*/
    color:#F09F34;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
}

.model1-content .model1-nums .item p:nth-child(1) i {
    font-size: 1.6rem;
    /*color: rgb(18, 12, 255);*/
    color:#F09F34;
    line-height: 1.2;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 0.3rem;
    margin-left: 0.2rem;
}

.model1-content .model1-nums .item p:nth-child(2) {
    font-size: 1.66rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    position: relative;
}

.model1-content .model1-nums .item p:nth-child(3) {
    font-size: 1.33rem;
    color: rgb(84, 84, 84);
    line-height: 1.2;
    position: relative;
}

.model1-content .model1-title {
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin-top: 3rem;
    text-align: center;
}

.model1-content .model1-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #525252;
}

.lang-en{
    display: none;
}

.model1-content .model1-text p {
    margin-top: 1.333rem;
    text-align: left;
}

.model1-content .model1-ico {
    display: block;
    margin: 2rem auto;
    width: 150px;
    height: 50px;
}

.model1-content a {
    position: absolute;
    bottom: -1.65rem;
    left: 50%;
    transform: translateX(-50%);
    height: 3.3rem;
    line-height: 3.1rem;
    text-align: center;
    width: 16rem;
    border: 1px solid #dadada;
    background: #fff;
    color: #333;
    font-size: 1.16rem;
    letter-spacing: 0.3rem
}

.model1-content a:hover {
    background: #333;
    color: #fff;
}

.index-model2 {
    width: 1920px;
    max-width: 100%;
    padding: 0 1rem;
    margin: auto;
    position: relative;
}

.model2-content {
    width: 100%;
}

.model2-content h3 {
    font-size: 1.66rem;
    color: rgb(83, 83, 83);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.model2-content h4 {
    font-size: 1.66rem;
    color: rgb(83, 83, 83);
    line-height: 1.2;
    text-align: center;
}

.model2-content h5 {
    text-align: center;
    margin-bottom: 2rem;
}

.model2-content .imgList {
    margin: 0;
    padding: 0;
}

.model2-content .item {
    margin: 0;
    padding: 0;
    position: relative;
}
.model2-content .item .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 1s;
}

.model2-content .item  .se{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 1s;
}

.model2-content .item:hover .cover{
     opacity: 0;
}

.model2-content .item:hover  .se{
    opacity: 1;
}

.model2-content .item .cover span:nth-child(2) {
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 2;
}


.model2-content .item .cover span:nth-child(3) {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1;
}


.index-model3 {
    width: 100%;
    max-width: 100%;
    padding: 6rem 1rem 4rem;
    margin: auto;
    position: relative;
    background: #eeeeee;
}

.model3-content {
    width: 1260px;
    max-width: 100%;
    margin: auto;
}

.model3-content h3 {
    font-size: 3rem;
    color: #F09F34;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
}

.model3-content h4 {
    font-size: 1.5rem;
    color: rgb(84, 84, 84);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
}

.model3-content h5 {
    font-size: 1.5rem;
    color: #F09F34;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1rem;
}

.model3-content .imgList {
    width: 100%;
}

.model3-content .imgList .item {
    margin-bottom: 2rem;
}

.model3-content .note {
    font-size: 1.5rem;
    color: rgb(84, 84, 84);
    line-height: 1.2;
    text-align: center;
    padding-bottom: 2rem;
}

.model3-content .btn-area {
    text-align: center;
}

.model3-content .btn-area img {
    display: inline-block;
}

.index-model4 {
    width: 100%;
    max-width: 100%;
    padding: 3rem 1rem 1rem;
    margin: auto;
    position: relative;
    background: #F09F34 url("../images/index-contact-bg.png") center no-repeat;
}

.model4-content {
    max-width: 100%;
}

.model4-content h3 {
    font-size: 3rem;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    background: transparent url("../images/index-contact-title.png") center no-repeat;;
}

.model4-content h4 {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

.model4-content .form-area {
    width: 380px;
    max-width: 100%;
    margin: 3rem auto;
}

.model4-content .form-area input {
    width: 100%;
    height: 3.33rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.model4-content .form-area textarea {
    width: 100%;
    height: 10rem;
    border-radius: 0.8rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
}

.model4-content .form-area .verify {
    width: 10rem;
}

.model4-content .form-area img {
    width: 11rem;
}

.model4-content .form-area .txt {
    color: #fff;
}

#subbtn {
    color: #fff;
    background: #19a312;
    width: 12rem;
    height: 5rem;
}

.common-footer {
    background: #DC8510;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding: 1.5rem 15px
}

.common-tools {
    position: fixed;
    bottom: 15rem;
    right: 5rem;
    /*border: solid 1px red;*/
    /*background: transparent url("../images/tools.png") center no-repeat;*/
    width: 50px;
    height: 230px;
    z-index: 10;
}

.common-tools .item {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}

.common-tools .item .box {
    width: 300px;
    height: 50px;
    line-height: 50px;
    z-index: -1;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-size: 1.5rem;
    padding-left: 10px;
    text-align: center;
    display: none;
    transition: all linear 0.5s;
    border: solid 1px #ccc;
}

.common-tools .item .box-wx {
    width: 200px;
    height: 200px;
    padding: 10px;
    z-index: -1;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #000;
    display: none;
    transition: all linear 0.5s;
    border: solid 1px #ccc;
}

.common-tools .item .box-wx img {
    display: block;
    width: 100%;
}

.common-tools .item:nth-child(1) {
    background: transparent url("../images/tools.png") 0 0 no-repeat;
}

.common-tools .item:nth-child(1):hover .box {
    display: block;
    right: 52px;

}

.common-tools .item:nth-child(2) {
    background: transparent url("../images/tools.png") 0 -60px no-repeat;
}

.common-tools .item:hover .box-wx {
    display: block;
    right: 52px;

}

.common-tools .item:nth-child(3) {
    background: transparent url("../images/tools.png") 0 -120px no-repeat;
}

.common-tools .item:nth-child(4) {
    display: none;
    background: transparent url("../images/tools.png") 0 -180px no-repeat;
}

.common-share {
    position: fixed;
    right: 2rem;
    bottom: 27%;
    background: #fdfbfc;
    width: 60px;
    border: 1px solid #eee;
    z-index: 9;
    text-align: center;
}

.common-share .title-area {
    height: 60px;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding-top: 9px;
}

.common-share .title-area b {
    background: url(../images/icon-share.jpg) no-repeat center top;
    display: block;
    padding-top: 23px;
}

.common-share .bshare-custom a {
    display: block !important;
    margin: 14px auto 0 !important;
    background-position: center !important;
    padding-left: 0 !important;
    border-radius: 100%;
    width: 32px;
    height: 32px !important;
}

.common-share .bshare-custom a.bshare-weixin {
    background: url(../images/icon-share1.png) no-repeat center !important;
    background-size: 100% !important
}

.common-share .bshare-custom a.bshare-sinaminiblog {
    background: url(../images/icon-share2.png) no-repeat center !important;
    background-size: 100% !important
}

.common-share .bshare-custom a.bshare-qzone {
    background: url(../images/icon-share3.png) no-repeat center !important;
    background-size: 100% !important
}

.common-share .bshare-custom a.bshare-qqim {
    background: url(../images/icon-share4.png) no-repeat center !important;
    background-size: 100% !important
}

.common-share .bshare-custom a.bshare-more {
    font-size: 12px;
    height: auto !important;
    border-top: 1px solid #d4d4d4;
    line-height: 16px;
    padding: 12px 0 6px;
    width: 100%;
    border-radius: 0
}

.inner-nav-wrap {
    border-bottom: 1px solid #e5e5e5;
    line-height: 5.6rem;
    margin-top: 3rem;
    white-space: nowrap;
    overflow-x: auto;
}

.inner-nav-wrap b {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    margin-right: 5rem
}

.inner-nav-wrap a {
    display: inline-block;
    font-size: 1.33rem;
    margin-right: 3rem;
    color: #333;
    cursor: pointer
}

.inner-nav-wrap a:last-of-type {
    margin-right: 0
}

.inner-nav-wrap a.active, .inner-nav-wrap a:hover {
    border-bottom: 0.3rem solid #000
}

.inner-common-wrap {
    padding: 5.8rem 15px 7rem
}

@media (max-width: 1199px) {
    .swiper-container-index1 {
        padding-bottom: 0
    }

    .index-model1 {
        padding-top: 15px;
    }

    .model1-content {
        padding: 1.5rem 0 1rem;
        text-align: left;
        border: none;
    }

    .model1-content h3,
    .model1-content h4,
    .model1-content h5 {
        text-align: center;
    }

    .model1-content .model1-text {
        line-height: 2rem;
    }

    .erweima-wrap {
        border: none;
        padding-left: 0
    }

    .copy-footer {
        line-height: 2rem;
        padding-bottom: 6rem
    }

    .copy-footer span {
        display: inline-block;
        min-width: 48%
    }

    .copy-footer i {
        display: none;
    }

    .copy-left {
        padding-top: 1rem
    }

    .copy-footer .copy-right {
        text-align: left
    }

    .inner-nav-wrap b {
        margin-right: 3rem
    }

    .inner-nav-wrap a {
        margin-right: 2rem
    }

    .inner-common-wrap {
        padding: 3rem 15px 4rem
    }

}

@media (max-width: 991px) {
    .model1-content .model1-nums .fix {
        padding-left: 0;
    }

    .model2-content .imgList .item {
        text-align: center;
        margin-bottom: 1rem;
    }

    .model3-content .row {
        margin: 0 0.5rem;
    }

    .model3-content .btn-area img {
        display: block;
        margin: 0 auto 1rem;
    }

    .model4-content .form-area input {
        height: 4rem;
    }

    .model4-content .form-area .verify {
        width: 11rem;
    }

    .common-footer{
        font-size: 1rem;
    }

}